home *** CD-ROM | disk | FTP | other *** search
/ NeXT Enterprise Objects Framework 1.1 / NeXT Enterprise Objects Framework 1.1.iso / NextDeveloper / Examples / EnterpriseObjects / DistributedEO / DEOServer.tproj / Makefile < prev    next >
Encoding:
Makefile  |  1995-02-17  |  755 b   |  43 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = DEOServer
  11.  
  12. PROJECTVERSION = 1.1
  13. PROJECT_TYPE = Tool
  14. LANGUAGE = English
  15.  
  16. CLASSES = DEOServer.m
  17.  
  18. HFILES = DEOProtocols.h DEOServer.h
  19.  
  20. MFILES = DEOServer_main.m
  21.  
  22. OTHERSRCS = Makefile Makefile.postamble Makefile.preamble
  23.  
  24.  
  25. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  26. MAKEFILE = tool.make
  27. SOURCEMODE = 444
  28.  
  29. LIBS = -lFoundation_s
  30. DEBUG_LIBS = $(LIBS)
  31. PROF_LIBS = $(LIBS)
  32.  
  33.  
  34.  
  35.  
  36. -include Makefile.preamble
  37.  
  38. include $(MAKEFILEDIR)/$(MAKEFILE)
  39.  
  40. -include Makefile.postamble
  41.  
  42. -include Makefile.dependencies
  43.